GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddStickyNoteAnnotationInteractive / AddStickyNoteAnnotationInteractive(String,Int32,String,FontStyle,Single,Single,Single) Method





In This Topic
AddStickyNoteAnnotationInteractive(String,Int32,String,FontStyle,Single,Single,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub AddStickyNoteAnnotationInteractive( _
   ByVal Text As String, _
   ByVal ForeColor As Integer, _
   ByVal FontName As String, _
   ByVal FontStyle As FontStyle, _
   ByVal FontSize As Single, _
   ByVal Opacity As Single, _
   ByVal Rotation As Single _
) 
public void AddStickyNoteAnnotationInteractive( 
   string Text,
   int ForeColor,
   string FontName,
   FontStyle FontStyle,
   float FontSize,
   float Opacity,
   float Rotation
)
public procedure AddStickyNoteAnnotationInteractive( 
    Text: String;
    ForeColor: Integer;
    FontName: String;
    FontStyle: FontStyle;
    FontSize: Single;
    Opacity: Single;
    Rotation: Single
); 
public function AddStickyNoteAnnotationInteractive( 
   Text : String,
   ForeColor : int,
   FontName : String,
   FontStyle : FontStyle,
   FontSize : float,
   Opacity : float,
   Rotation : float
);
public: void AddStickyNoteAnnotationInteractive( 
   string* Text,
   int ForeColor,
   string* FontName,
   FontStyle FontStyle,
   float FontSize,
   float Opacity,
   float Rotation
) 
public:
void AddStickyNoteAnnotationInteractive( 
   String^ Text,
   int ForeColor,
   String^ FontName,
   FontStyle FontStyle,
   float FontSize,
   float Opacity,
   float Rotation
) 

Parameters

Text
ForeColor
FontName
FontStyle
FontSize
Opacity
Rotation
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List